/* .paragraph{
    font-family: 'Inter', sans-serif;
    font-size:18px;
    color:#225086;
    text-align: left;
    width:50%;
} */
.member_img{
    text-align: right;
    width: 30%;
    height: 50%;
}
.id_paragraph{
    margin:24px;
    line-height: 1.6;
    color: #225086;
    
}
.content_div {
    display: flex;
    align-items: center;
    justify-content: center;  
}
.contact{
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-family:Inter;
    color:#225086;
    font-size:16px;
    text-align:center;
    }

.img_Contact{
    width: 20%;
    height:20%;
    padding-left:25px;
  align-items: center;
}
.Phone_img{
    display: flex;
    flex-direction:row;
    width: 25px;
    height:25px;
}
.Contact_Detail{
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
}


.Support{
    text-align:center;
    font-family: 'Inter', sans-serif;
    color:#225086;
    font-size:30px;
    font-weight:500;
}
.Dr_img{
    width:40%;
}
.Info_pss{
    font-family: 'Inter', sans-serif;
    font-size:40px;
    color:#225086;
    font-size:20px;
    text-align: center;
    }
.contact_img{
  width:100%;
  height:100%;
  display: flex;
  justify-content:center;
  flex-direction: column;

}
.regards{
    color:#225086;
    display: flex;
    padding-left: 10%;

}
.Contact_Detail{
    display: flex;
    text-align:center;
}
.number{
    width: 50px;
    height:50px;
    padding-top:10px;
}
.pss{
    align-items: center;
    justify-content: center;  
}
@media screen and (max-width: 767px) {
    .content_div {
        display: flex;
        flex-direction: column-reverse;  
    }
    .member_img{
        text-align:center;
        width:60%;
        height: 50%;
    }
    /* .paragraph{
        text-align:justify;
        width:60%;
    } */
    .Support{
        font-size:20px;
        font-weight:300;
    }
    .contact{
        display: flex;
        flex-direction: column;
        size: 30px;   
    }
    .Info_pss{
        font-size:15px;
      
    }
    .PSS{
        font-size:13px;
        padding:18px;
        }
        .img_Contact{
            width: 20%;
            height:20%;
            padding-left:25px;
          align-items: center;
        }
        .Phone_img{
            display: flex;
            flex-direction:row;
            width:35px;
            height:35px;
        }
        .Contact_Detail{
            display: flex;
            align-items: center;
            justify-content: center;
            align-items: center;
        }
        .number{
            padding-block: 14px;
            padding-left: 51px;
        }
        }


